home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Gemini / Horoscope Companion: Gemini.iso / pc / gemini / quit.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  269 b   |  20 lines

  1. on startRollover whichSprite
  2.   hStartRolloverAction(whichSprite)
  3. end
  4.  
  5. on mouseDown
  6.   if hButtonAction02() then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   cursor(4)
  13.   hCheckCurrentFrameLabel()
  14.   quit()
  15. end
  16.  
  17. on endRollover whichSprite
  18.   hEndRolloverAction(whichSprite)
  19. end
  20.